The nature of the program  (being a test program itself) made unit testing and such unneccesary.

The program was simply recompiled and run after each modification. With the help of output logs and debug printouts,
one can instantly see if the program is giving the desired outcome. 
